OpenRoads Designer CONNECT Edition SDK Help

GetSecondDerivativeAtParameter Method

Gets the second derivate at a given parameter on linear element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  DVector3d GetSecondDerivativeAtParameter(double parameter)

Parameters

SettingDescription
   Parameter along the element.

Return Value

DVector3d Second derivate at the given parameter.

See Also